Click or drag to resize

IsEqualTo Constructor (PropertyPath, Boolean)

Initializes a new instance of the IsEqualTo class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IsEqualTo(
	PropertyPath propertyPath,
	bool value
)

Parameters

propertyPath
Type: Independentsoft.ExchangePropertyPath
The property path.
value
Type: SystemBoolean
if set to true [value].
See Also